reflect.interfaceType.typeOff (method)
6 uses
reflect (current package)
type.go#L379: func (t *interfaceType) typeOff(off aTypeOff) *abi.Type {
type.go#L988: m.Type = toType(t.typeOff(p.Typ))
type.go#L1438: if vmName.Name() == tmName.Name() && typeOffFor(V, vm.Typ) == t.typeOff(tm.Typ) {
type.go#L1471: if vmName.Name() == tmName.Name() && typeOffFor(V, vm.Mtyp) == t.typeOff(tm.Typ) {
type.go#L2416: Mtyp: resolveReflectType(ift.typeOff(m.Typ)),
value.go#L892: t = (*funcType)(unsafe.Pointer(tt.typeOff(m.Typ)))
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |